getResultsSource

open fun getResultsSource(@NonNull intent: Intent): Int(source)

Get the source of the RemoteInput results.

Return

The source of the results. If no source was set, SOURCE_FREE_FORM_INPUT will be returned.

Parameters

intent

The intent object that fired in response to an action or content intent which also had one or more remote input requested.

See also